home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / league positions.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  854 b   |  24 lines

  1. <screen name="league positions" title="" version="1.0">
  2.  
  3.     <boolean id="save_current_state" value="true"/>
  4.  
  5.     <!-- this screen is the graph and list of teams you see when you click a position in a league table -->
  6.     
  7.     <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="1"/>
  8.     <layout class="arrange_horizontal_attachment" alignment="right,extend"/>
  9.  
  10.     <!-- league progress graph -->
  11.     <widget class="titled_box" id="ttbx" text="Graph">
  12.         <widget kind="grph" id="grph">
  13.             <layout class="stick_to_sides_attachment" alignment="all"/>
  14.         </widget>
  15.     </widget>
  16.  
  17.     <!-- team table -->
  18.     <widget class="titled_box" text="Teams" width="200">
  19.         <widget class="table" id="tmtb" layout="50, -1" mode="fill_rows" auto_size_rows="true" row_span="0">
  20.             <layout class="stick_to_sides_attachment" alignment="all" />
  21.         </widget>
  22.     </widget>
  23. </screen>
  24.